home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2098 / 2098.xpi / chrome / updatenotifier.jar / skin / classic / alert.css next >
Cascading Style Sheet File  |  2009-07-05  |  457b  |  27 lines

  1. /*
  2.   Update Notifier
  3.   By Todd Long <longfocus@gmail.com>
  4.   http://www.longfocus.com/firefox/updatenotifier/
  5. */
  6.  
  7. #un-alert-box {
  8.     background-color: -moz-Dialog;
  9.     border: 2px solid #7B969C;
  10.     min-height: 50px;
  11.     min-width: 150px;
  12.     padding: 2px 0 4px;
  13. }
  14.  
  15. #un-alert-image-box {
  16.     -moz-margin-start: 4px;
  17.     -moz-margin-end: 6px;
  18. }
  19.  
  20. #un-alert-text-box {
  21.     -moz-padding-end: 10px;
  22.     padding-top: 5px;
  23. }
  24.  
  25. #un-alert-title {
  26.     font-weight: bold;
  27. }